PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowImageContent Class / PDFFlowImageContent Constructor / PDFFlowImageContent Constructor(PDFImage)
Image to draw in the document.
In This Topic
    PDFFlowImageContent Constructor(PDFImage)
    In This Topic
    Initializes a new PDFFlowImageContent object.
    Syntax
    public PDFFlowImageContent( 
       PDFImage image
    )

    Parameters

    image
    Image to draw in the document.
    See Also